home *** CD-ROM | disk | FTP | other *** search
-
- July 13, 1989
-
-
- EVALUATOR UNIT AND TEST PROGRAM
- Arthur Zatarain, P.E. C'Serve 3417,525 Bixen=ARTZAT
- Total Engineering Services Team, Inc. (TEST Inc).
- New Orleans, La. (504) 368-6792 Days
- 837-3699 Nites
-
- The files in the ARC represent yet another incarnation of an expression
- evaluator started by Neil Rubenking.
-
- EVALTEST.PAS Shell to test the evaluator.
- EVALUATE.PAS The unit making up the evalator.
- EVALUATE.DOC This doc file.
- PRINTF.PAS An old print format unit.
- TESTLIB.PAS Misc TEST, Inc. Utility functions and types.
-
-
- In addition to these files, several Turbo Professional routines are
- required but can be easily eliminated. However, if you are fooling with
- Turbo Pascal at the level of this program AMZ thinks you are crazy not to
- use Turbo Professional.
-
- This version allows for mutiple instances of the evaluation process by
- defining the evaluator variables and functions as an object. Additionally,
- the variable list has been made into another object separate from the
- evaluate object, although they work together.
-
- Compile EVALTEST and try it out. There is no special dependence on
- 8087 support although this can also be changed.
-
- I am really interested in getting multiple argument support for internal
- and external functions. Anyone interested please let me know.
-
-
- -= Arthur Zatarain =-
-